I want to show alert while clicking on the back button in the browser. it only works before clicking on the back button, when you click to somewhere else on the
I am making a custom FormBorderStyle, and I want to be able to resize it like a normal window. I have implemented some code, but it only works if the Form is cl
Recently, I ran some of my JavaScript code through Crockford's JSLint, and it gave the following error: Problem at line 1 character 1: Missing "use strict"
I am analyzing Amazon's reviews dataset, and I have, customers IDs, their reviews on different products, and products' identifiers as well. The data can be repr
I have a ListView.builder like this: class DStanding extends StatefulWidget { const DStanding({Key key}) : super(key: key); @override _DStandingState cre
The following contract calls another contract using an interface method (code to change): pragma solidity 0.8.7; interface MyStorage { function setStorageV
I've built a Powerapp from a very simple excel file (MyData) with 3 columns (A,B, C). Now I've 3 screens from the template: Browse, Detail, Edit. In the Browse
I am a novice in Android IPC (actually I used Unix domain sockets for communication long ago circa, 2014) and now it would seem that I need to learn AIDL/HIDL t